ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / DataMatrixBaseTagHelper<TControl> Class / BackgroundColor Property

In This Topic
    BackgroundColor Property (DataMatrixBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.BarcodeBase.BackgroundColor. Sets the background color to render the control.
    Syntax
    'Declaration
     
    Public Overridable Property BackgroundColor As String
    public virtual string BackgroundColor {get; set;}
    Remarks
    The default value for this property is White.
    See Also